@charset "utf-8";
#pcSite{display: none;}
/* 老年版放大鼠标 */
* { cursor: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3096/site/images/1/cur/mouse_default.cur), auto !important;}
a,a *{ cursor: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3096/site/images/1/cur/pointer.cur), auto !important;}

*{margin:0;padding:0;box-sizing: border-box;font-family:'微软雅黑';/* color:#333; */outline: 0;}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Set <html> and <body> to inherit the height of the viewport */
html,
body {
  min-height: 100%;
}
/* Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
}
a{text-decoration:none;color:#333;}
a:active,
a:hover {outline: 0;color:#333;}
img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}
/* iframe */
iframe {border: 0;}

/*清除*/
.clear10{height:11px;clear:both;}
.mr0{margin-right: 0 !important}
.index-clear{height:25px;clear:both;}
.dn{display: none;}




/*===
======index==================*/





@charset "utf-8";
body{
  /*background: url("bg.png") no-repeat center top #f0f3f7;*/
}
.container{
  width:1200px;margin:0 auto;
}
a{
  transition: background,color 0.2s ease-out 0s;
}
a:hover {
  color:#0d8ee9;
}

/*顶部*/
.top{
  overflow: hidden;
  background:#ededed;
  padding: 9px 0;
}
.top img{
  position: relative;
    top: -2px;
    margin-right: 2px;
}
.top a{
  display: inline-block;
  line-height: 42px;
  margin-right: 10px;
}
.top-1{
  float: left;
}
.top-2{
  float: right;
}
.top-link{
  background: #fbb727;
  border-radius: 8px;
  color:#333;
  padding:0 14px;
}

#login3 a{ font-size:.28rem;}

/*头部*/
.mobile-head{
  display: none;
}
.mask-menu{
  width:0;overflow: hidden;height:0;
}
.head{
  padding: 20px 0;
  position: relative;
}

.head img{
  
}

/*头部-搜索*/
.head-search{
  width:521px;
  position: absolute;
  right:23px;
  top:40px;
  overflow: hidden;
}

.search-icon{
  position: absolute;
  left:12px;
  top:11px;
  padding-right: 12px;
  border-right: 1px solid #b1b1b1;
}
.search-icon img{display: block;}

.head-search input{
  width: 456px;
  height:37px;
  border:1px solid #c5c9cf;
  outline: 0;
  font-size: 16px;color:#666;
  text-indent: 54px;
  border-radius: 5px;
}
.search-btn{
  background: #2273c1;
  color:#fff;
  display: block;float: right;
  width:58px;border-radius: 5px;
  text-align: center;
  height:37px;line-height: 37px;
}

/*导航*/
.nav {
  background: #0d8ee9;
}
.nav > .container {
  overflow: hidden;
}
.nav > .container > a {
  width:20%;font-size: 20px;
  line-height: 65px;
  color:#fff;font-weight: bold;
  display: block;float: left;
  text-align: center;
}
.nav > .container > a:hover {
    background: #0d8ee9;
}

/*内容*/
.index-con{
  background:#fff;
  padding:12px 0px;
  overflow: hidden;
}
.index-con-1{
  width:645px;float:left;
}
.index-con-2{
  width:513px;float:right;
}

/*新闻切换*/
.tab-tit{
  border-bottom: 1px solid #c2cfe3;
}
.tab-tit > a,.tab-tit2 > a{
  font-size: 22px;
  display: inline-block;
  line-height: 52px;
  margin-right: 30px
}
.tab-tit > a.on,.tab-tit2 > a.on{
  font-weight: bold;
  border-bottom: 3px solid;
  color:#0d8ee9;
}
.tab-tit .more{
  float: right;
  font-weight: normal;
  font-size: 14px;
}
.tab-tit2{
  padding-left:15px; 
}
.tab-tit2 a{
  font-size: 18px;
  line-height: 35px;
  padding:0 2px;
}
.tab-tit2 a.on{
  border-bottom: 2px solid;
}
.tab-con{
  margin-top: 10px;
}

/*新闻*/
.news-list{
  margin-top: 10px;
}
.tab-con .load-more{display: none;}
.news-item{
  overflow: hidden;
  line-height: 36px;
}
.news-item > a{
  float: left;


  text-indent:10px;
}
.news-item > a:before {
  content:'';
  height: 4px;width: 4px;
  border-radius: 4px;
  display: inline-block;
    background: #999;
    position: relative;
    top: -3px;
    left: -10px;
}
.news-item > span{
  float: right;
  color: #b3b3b3;
}
.news-item .state{
  color:#c1c1c1;
  border:1px solid;
  font-size: 14px;
  border-radius: 5px;
  display: inline-block;
  line-height: 25px;
    padding: 0 5px;
    margin-top: 5px;
    float: left;
    margin-left: 10px;
}
.news-item .state.on{
  color:#1a74d0;
}

/* 国务院信息列表样式 */
.govpushinfo1502031 {
  display: block;
  padding: 0;
  width: 100%;
  height: 320px;
  overflow: hidden;
  margin-top: 0px;
}
.govpushinfo1502031 li {
  overflow: hidden;
  width: 100%;
  padding-left: 10px;
}
.govpushinfo1502031 li a {
  display: block;
  float: left;
  width: 75% !important;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.govpushinfo1502031 li span {
  display: block;
  height: 36px;
  float: right;
  font-size: 16px;
  color: #999999;
  line-height: 36px;
}


/*大标题*/
.index-tit{
  background: url("older-bg2.png") repeat-x center ;
  text-align: center;
  margin-bottom: 10px;
}
.index-tit-txt{
  font-size: 36px;
  font-weight: bold;
  padding: 0 32px;
  background: #fff;
  margin:0 auto;
  display: inline-block;
  position: relative;
}
.index-tit-txt:before,.index-tit-txt:after{
  content: '';
    border-radius: 8px;
    height: 8px;
    width: 8px;
    display: inline-block;
    position: absolute;
    background: #0b3a7f;
    top: 50%;
    margin-top: -4px;
}
.index-tit-txt:before{
    left: 0;
}
.index-tit-txt:after{
  right:0;
}

/*首页链接*/
.index-link-tit{
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.index-link {
  overflow: hidden;
}
.index-link a {
  color:#62728a;
  display: block;
  float: left;
  width:25%;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 18px;
  position: relative;
}
.index-link a:hover{ color:#0d8ee9;}
.index-link a:before {
  content:'';
  background: #62728a;
  width:4px;
  height:4px;
  border-radius: 3px;
  position: absolute;
  top:50%;
  left:0;
  margin-top: -2px;
}
/*首页链接样式二*/
.index-link2 {
  overflow: hidden;
}
.index-link2 a {
  /* color:#62728a;
  font-weight: bold; */
  text-align: center;
  float: left;display: block;
  line-height: 50px;
  background: #f0f3f7;
  width:153px;margin-right: 20px;
  margin-bottom: 20px;
}
.index-link2 a:hover{
  background: #0d8ee9;color:#fff;
}
.index-link2 a img {
  height: 30px;
  vertical-align: middle;
  width: auto;
  position: relative;
  bottom: 3px;
  margin-right: 3px;
}
.index-link2.index-zlb a {width:245px;}

/*政务服务*/
.zwfw-tit {
  font-size: 22px;
  font-weight: bold;
  color:#666666;
  margin-bottom: 10px;
}
.zwfw-tit img{
  position: relative;
  top:-4px;
  margin-right: 5px;
}
.zwfw-con{
  background: #f4f7f9;
  padding: 20px;
  margin:10px 0;
  margin-bottom: 20px;
  line-height: 28px;
}
.zwfw-con > a{
  color:#0d8ee9;
}
.zwfw-con > div{
  color:#777777;
}


/*尾部*/
.foot {
  background: #0b3a7f;
  padding-top:30px;
  padding-bottom: 10px;
  overflow: hidden;
}
.foot a,.foot,.foot-2 p{color:#fff;}
.foot-1,.foot-2,.foot-3{
  float: left;
}
.foot-1{
  width:320px;
}
.foot-1 a{
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
}
.foot-2{
  width: 620px;
  margin-left: 10px;
}
.foot-2 p{
  margin-bottom: 15px;
}
.foot-3{
  margin-left: 30px;
}

/*友情链接*/
.friendlink{
  background: #e2eaf2;


  padding: 27px 0;
  line-height: 40px;
  overflow: hidden;
}
.friendlink .container{
  overflow:hidden;
}
.friendlink-tit{
  font-size: 20px;
  font-weight: bold;
  display: block;
  float: left;
}
.friendlink-tit2{
  background: #fff;
  float: left;
  width:192px;
  margin-left: 27px;
  text-align: center;
}
.friendlink-tit2 img{
  margin-left: 40px;
}
.friendlink-list{
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  padding-top: 20px;
  background: #fff;
}
.friendlink-list a{
  display: block;
  width:210px;
  float: left;
  margin-bottom: 20px;
  text-indent: 1em;
}

/*图片切换*/
.index-pic2 img{
  width:100%;
}
.swiper-slide img{
  width:100%;
}
.swiper-pagination{
  position: static;
  margin-top:8px;
}
.swiper-pagination-bullet-active{
  background: #0d8ee9;
  width:20px;
  border-radius: 5px;
}







/*===
======column==================*/

.zwgk .index-con-1,.zwgk .index-con-2{width:578px;}
.index-tit-txt img {
  width:51px;
  margin-right: 11px;
  position: relative;
  top:-6px;
}
.advise a {
  margin-right: 20px;
}
.advise a:last-of-type {
  margin-right: 0;
}
.index-link a {width: 33%;}
.index-link2 a {margin-bottom: 15px;}

/**
=======
走进
========================================
*/
.column-zjyj {
  line-height: 2;
  text-indent: 2em;
}

.roundabout_box {height:425px;width:750px;margin:40px auto 20px auto;}
.roundabout-holder{list-style:none;height:425px;margin:0px auto;}
.roundabout-moveable-item{font-size:12px!important;height:425px;width:650px;cursor:pointer;background:#f9f9f9;}
.roundabout-moveable-item img{height:100%;width:100%;background-color:#FFFFFF;margin:0;}
.roundabout-in-focus{cursor:auto;border-left:1px #fff solid;border-right:1px #fff solid;}
.roundabout-in-focus000:hover{-webkit-box-shadow:0px 0px 20px #787878;-moz-box-shadow:0px 0px 20px #787878;background:#f9f9f9;}
.roundabout-in-focus000:hover span{display:inline;position:absolute;bottom:5px;right:5px;padding:8px 20px;background:#f9f9f9;color:#3366cc;z-index:999;-webkit-border-top-left-radius:5px;-moz-border-radius-topLeft:5px;border-left:1px solid #aaaaaa;border-top:1px solid #aaaaaa;}
.roundabout a:active, .roundabout a:focus, .roundabout a:visited{outline:none;text-decoration:none;}
.roundabout li{margin:0}
/**/
.ewb-mask{
    position: absolute;top: 0;left: 0;
    right: 0;bottom: 0;border-radius: 6px;
    background: url("mask_black_50.png");
}
.roundabout-in-focus .ewb-mask{display: none;}
.roundabout_box ul li {position: relative;}
.roundabout_box ul li .text{text-align: center;position: absolute;bottom:0;
  height:53px;line-height: 53px;background: rgba(0,0,0,0.7);border-radius: 0 0 10px 10px;
  width:100%;left:0;color:#fff;font-size: 16px;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background:url(zjt2.png) no-repeat center;
  width:38px;height: 38px;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background:url(yjt2.png) no-repeat center;
  width:38px;height: 38px;}

.zjyj.index-link2 a{
  width: 120px;margin-bottom: 10px;
    margin-right: 10px;
}

.zjyj-left{
  position: relative;
  display: block;
}
.zjyj-left img{width:100%}
.zjyj-left .text{
  text-align: center;position: absolute;bottom:0;
  height:53px;line-height: 53px;background: rgba(0,0,0,0.7);
  width:100%;left:0;color:#fff;font-size: 16px;
}

/**
=======
栏目页
========================================
 */
.lanmu {}
.lanmu a {
  line-height: 68px;
}
.line {
  border: 1px solid #e1e5eb;
  margin: auto;
}
.column-link{
  /* border:1px solid #f4f6f8;
  padding: 18px 25px;
  margin-bottom: 15px; */
  display: inline-block;
  width:630px;
}
#columnLink{
  width:100%;
  display: block;
  position: absolute;left:0;
  top:0;
  background:#fff;
  min-height: 200px;
  z-index: 999;
  border:1px solid #f4f6f8;
  padding: 18px 25px;
}
#closeColumnLink{
  position: absolute;
  right:15px;
  bottom:15px;border:1px solid #7eb5ea;
  padding:5px 10px;
  color:#7eb5ea;
}
#closeColumnLink:hover{
  cursor: pointer;
}
.column-link b{
  float: left;
}
.column-link a{
  /* padding-right:19px;margin-right: 19px;
  margin-bottom: 15px; */
  color:#62728a;
  margin-right:20px;margin-left: 10px;
  display: block;/* width:130px; */float: left;
  /* border-right: 1px solid #b5bbc3; */
}
.column-link a:hover{
  color:#0d8ee9;
}
.column-link img{float: right;margin-top: 7px;}
.column-link img:hover{cursor:pointer;}
.column-list {
  width:827px;
  float: left;
}
.column-list .tab-tit{
  position: relative;
}
.column-right {
  width:314px;
  float: right;
}
.xxgk-tit {
  font-size: 22px;
  font-weight: bold;
  color:#0d8ee9;
  margin-bottom: 15px;
}
.xxgk-tit img {
  margin-right: 15px;
    vertical-align: bottom;
}
.xxgk-link a {
  display: block;
  border-left: 3px solid #e03636;
  line-height: 50px;height: 50px;
  margin-bottom: 10px;
  background: #f0f7ff;
  color:#62728a;
  font-weight: bold;
  text-indent: 3em;
}

.xxgk-link a:hover{
  background:#0d8ee9;
  color:#fff;
  border:none;
}

/*新栏目*/
.columns-link {
  margin:10px 0;
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #c2cfe3;
}
.columns-link.tab-tit2 a {
  margin-right: 15px;
  display:inline-block;
}
.columns-link.tab-tit2 a.on {
  border-bottom:0;
}
.columns-link.tab-tit2 a:hover,.columns-link.tab-tit2 a.on {
  color:#0d8ee9;
  font-weight: bold;
}
.columns-wrap {
  overflow: hidden;
  float: left;
  width:713px;
  height:35px;
}
#columnShow {
  float: right;
  padding-top: 7px;
  padding-right: 15px;
}
#columnShow:hover{cursor:pointer;}


/**
 ========
 文章页
 =========================================
 */
#zoom p{margin-top:15px;line-height: 1.5;}
.title{color:#db140c;}

/**
 ========
 政务公开
 =========================================
 */
.index-link2.zhongdian a{
  width:224px;
}

/**
 ========
 网络问政
 =========================================
 */
.jgfk{
  float: right;line-height: 52px;
}
.wlwz a{
  display: block;float: left;
  width:299px;height:87px;
  line-height: 87px;
  font-size: 26px;color:#fff;
  font-weight: bold;
  text-align: center;
}
.wlwz-1{
  background: url(wlwz1.jpg) no-repeat center;
}
.wlwz-2{
  background: url(wlwz2.jpg) no-repeat center;
}
.wlwz-3{
  background: url(wlwz3.jpg) no-repeat center;
}
.wlwz-4{
  background: url(wlwz4.jpg) no-repeat center;
}


/*文章*/
.content-title{
  font-size: 28px;
}
.content-pubdate,.content-source,.content-hit,.content-script{
  font-size: 13px;
}
#contentJs,#contentShare{display: none;}
#zoom{}







/*===============================
MOBILE
=================================
*/
*{line-height: 1.5;}
.container,.index-con-1,.index-con-2{width:100%;max-width:1200px;}
img{max-width: 100% !important;max-height:100% !important;}
body{font-size: 0.28rem;background-size:100% auto;background-color:#fff;}

/*隐藏*/
.friendlink{
  display: none !important;
}

/*顶部*/
.top{margin-top: 0.1rem;overflow: visible;}
.top a{margin-right:0;}
.top-link{padding: 0;}
.top-1,.top img,.top-link{display: none !important;}
.top-2{float: none;display: flex;}
.top-2 > a{flex:1;text-align: center;border-right:1px solid #333;}
.top-2 > a:nth-child(5){border:none;}
#laonian{display: inline-block !important;background: none;}

.head > img{
  display: block;
  width:70%;
  margin:0 auto;
}
.head-search{
  position: relative;
  margin:0.2rem auto;
  margin-top:0.4rem;
  right:0;
  top:0;
  width: 90%;
}
.search-icon{
    left: 0.12rem;
    top: 0.19rem;
    padding-right:0.16rem;
}
.search-icon img{
  height:0.16rem;
}
.head-search input{
  width:86%;
  text-indent: 0.6rem;
  height:0.5rem;
  font-size: 0.16rem;
}
.search-btn{
  height:0.5rem;
  line-height: 0.5rem;
  width:0.8rem;
}

/*头部*/
/* .head{
  margin-top:0.4rem;
}
.head > img:nth-child(1){width:0.88rem;}
.head > img:nth-child(2){width:4.54rem;}
 */
/*搜索*/
/* .head-search{
  width: 5.92rem;
  margin-top:0.15rem;
  margin-bottom: 0.35rem;
}
.search-icon{border-right:0;height:auto;left: 0.18rem;top: 50%;transform: translateY(-50%);}
.search-icon img{width:0.33rem;margin-bottom: 0;}
.head-search input{width:4.59rem;border-width: 0.02rem;font-size: 0.26rem;
  line-height:0.66rem;text-indent:0.58rem;height:0.7rem;}
.head-search .search-btn{width:1.31rem;font-size:0.3rem;line-height:0.7rem;} */

/*手机头部*/
.mobile-head{
  display: block;
  background: #f5f5f5;
  overflow: hidden;
  height:1px;
  opacity:0;
  z-index: 50;
}
.logo-mobile{
  width:3.87rem;
  margin-left: 0.3rem;
  float: left;
  margin-top:0.22rem;
  margin-bottom: 0.22rem;
}
.icon-menu{
  float: right;
  width:0.45rem;
  margin-top: 0.4rem;
  margin-right: 0.3rem;
}

/*左侧弹出*/
.mask{
  position: fixed;
  top:0;
  left:0;
  width:0%;
  height:100%;
  z-index: 100;
  background: rgba(0,0,0,0.7)
}
.mask-menu{
  position: fixed;
  overflow: hidden;
  top:0;
  left:0;
  width:0%;
  height:100%;
  z-index: 200;
  background: #0d8ee9
}
.mask-menu a{
  display: block;
  color:#fff;
  margin-top:0.4rem;
  text-align: center;
  font-size: 0.32rem;
}

/*导航栏*/
.nav > .container{
	width:100%;
}
.nav > .container > a{
  line-height: 1.08rem;
  font-size: 0.32rem;
  width:33.3333%;
}
/* 老年版导航 */
.older_type #older .nav > .container{
	width:100%;
}
.older_type #older .nav > .container ul{ overflow:hidden;}
.older_type #older .nav > .container ul li{ float:left; width:200px; height:108px;}
.older_type #older .nav > .container ul li a{
  line-height: 1.08rem;
  font-size: 0.36rem;
  width:100%;
  height:100%;
  color:#fff;
  text-align:center;
  display:inline-block;
  font-weight:bold;
}

.wapcontent{background:#fff;margin:0.24rem 0.2rem;margin-bottom:0;width:calc(100% - 0.4rem);border-radius:0.05rem;padding:0.2rem;box-shadow:0 0 0.2rem #d7d7da;}
.headlines{width:100%; background:#f7f9fb; padding:32px;}
.headlines-title{width:100%;display:inline-block; text-align:center;}
.headlines-title a{font-size:55px !important;color: #c5282b; font-weight:bold;}
#banner{position:relative;width:100%; height:550px;overflow:hidden}
.banner-box{display:inline-block !important;width:100%;height:550px;position:relative;overflow:hidden}
.banner-item{width:100%;height:550px !important;position:relative}
.banner-item a{width:100%;height:100%;display:block}
.banner_info{width:100%;position:absolute;bottom:0;left:0;height:80px;line-height:80px;color:#fff;z-index:1001;cursor:pointer;font-size:36px;padding:0 0 0 15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;background:rgba(0,0,0,0.6)}
.banner-box .slick-dots{display:block !important;width:auto;position:absolute;right:15px;bottom:0; margin:0;}
.banner-box .slick-dots li{width:47px;height:47px !important;line-height:47px;margin:0 0 0 5px;float:left;display:block;cursor:pointer;text-align:center;background:none;color:#fff;font-size:36px;border-radius:0}
.banner-box .slick-dots .slick-active{background:#0d8ee9}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;left:0;top:0;display:block}
.slick-track:before,.slick-track:after{content:"";display:table}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{float:left;height:100%;outline:0;min-height:1px;display:none}
[dir="rtl"] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
.slick-disabled{opacity:0;pointer-events:none}
.slick-dots { margin: 0; padding: 0; list-style: none; width: 100%; text-align: center; margin-top: 10px;}
.slick-dots li { display: inline-block; float:none; width: 10px; height: 10px; background:#ddd; border-radius: 50%; margin-right: 10px; cursor:pointer;}
.slick-dots li:last-child { margin-right: 0;}
.slick-dots li.slick-active { background: #0d8ee9;}

/*切换*/
.tab-tit ul li, .tab-tit2 ul li{ float:left;}
.tab-tit ul li a, .tab-tit2 ul li a{
  font-size:0.34rem;
  line-height: 0.96rem;
  margin-right: 0.53rem;
  display:inline-block;
  font-weight:bold;
}
.tab-tit{
  border-bottom: 0.01rem solid #c2cfe3;
}
.tab-tit ul li.on a{
	color:#0d8ee9;
  border-bottom: 0.03rem solid #0d8ee9;
}
.tab-tit2{display: none;}

/*中间内容*/
.index-con{background: none;padding: 0;}
.index-con-1,.index-con-2{
  background: #fff;
  margin: 0.24rem 0.2rem;
  margin-bottom: 0;
  width: calc(100% - 0.4rem);
  border-radius: 0.05rem;
  padding: 0.2rem;
  box-shadow: 0 0 0.2rem #d7d7da;
}
.tab-tit{width:100%;display: flex;overflow-x: auto;}
.tab-tit > a{
  flex:0 0 auto;
}

/*新闻列表*/
.news-item{
  margin-bottom: 0.15rem;
  line-height: 1.5;
}
.news-item > a{
  text-indent: 0;
  float: none;
  font-size: 0.3rem;
  padding-left: 0.1rem;
}
.news-item > a:before{
  height:0.07rem;
  width:0.07rem;
  border-radius: 0.07rem;
}
.news-item > span,.news-item .state{
  font-size: 0.26rem;
  line-height: 2;
  margin:0;padding: 0;
}
.news-item .state{
  float: right;
  border: none;
  line-height: inherit;
}
.news-list .load-more{
  font-size: 0.28rem;
  background: #d7e2f2;
  width:3.44rem;
  line-height: 0.56rem;
  display: block;margin:0.15rem auto;
  text-align: center;
  color:#666;
  border-radius: 0.56rem;
}

/*大标题*/
.index-tit{margin-bottom: 0;}
.index-tit-txt{
  background: #f5f5f5;
  font-size: 0.48rem;
}
.index-tit-txt:before, .index-tit-txt:after{
  height:0.08rem;
  width:0.08rem;
  border-radius: 0.08rem;
  margin-top: -0.04rem;
}

/*政务服务*/
.zwfw-tit{
  font-size:0.34rem;
  color:#0d8ee9;
  margin-bottom: 0.2rem;
}
.zwfw-tit img{
  width:0.64rem;
}
.zwfw-con{
  background: none;
  padding: 0;
  margin-bottom: 0.4rem;
  margin-top:0.1rem;
}
.zwfw-con > div{
  color:#333;
}
.mobile-zj .news-item span{
  display: none;
}
.mobile-zj .news-item span.state{
  display: block;
}

/*链接*/
.index-link-tit{
  font-size: 0.32rem;
  margin:0.12rem 0;
}
.index-link a{
  width:28%;font-weight: normal;
  margin-right: 8%;
  margin-bottom: 0.2rem;
  padding-left: 0.2rem;
}
.index-link a:nth-of-type(3n){margin-right: 0;}
.index-link a:before{
  width:0.07rem;
  height:0.07rem;
  border-radius: 0.07rem;
}
.index-link2.index-zlb a{
  width:3.15rem;
}
.index-link2 a{
  width:3.14rem;
  padding:0.18rem 0;
  margin-bottom: 0.2rem;
  margin-right: 0.18rem;
  line-height: inherit;
}
.index-link2 a.mr0{margin-right: 0 !important;}
.index-link2 a:nth-child(2),.index-link2 a:nth-child(4),.index-link2 a:nth-child(6){margin-right: 0!important;} 

/*栏目页*/
.column-list{
  width:100%;
  float: none;
}
.column-list .tab-tit{
  overflow:visible;
}
.column-right{
  float: none;
  width:100%;
  padding: 10px;
  margin-top;10px;
}

/*文章页*/
.content-title{
  font-size: 0.5rem;
}
.content-pubdate,.content-source,.content-hit,.content-script{
  font-size: 0.24rem;
}

/*滚动图片*/
.index-pic,.index-pic2{
  padding:0 0.2rem;
}
.swiper-pagination-bullet{
  width:0.45rem;
  border-radius: 0px;
  margin:0 !important;
  height:0.08rem;
}
.swiper-pagination-bullet:nth-child(1){
  border-radius: 0.08rem 0 0 0.08rem;
}
.swiper-pagination-bullet:last-child{
  border-radius: 0 0.08rem 0.08rem 0;
}
.swiper-pagination-bullet-active{
  width:0.4rem;height:0.08rem;
  border-radius: 0.08rem !important;
}

/*尾部*/
.foot{padding: 0.28rem 0.2rem 0 0.2rem;margin-top: 0.2rem;}
.foot-1,.foot-2,.foot-3{width: 100%;}
.foot-1{
  border-bottom: 0.02rem solid #4268a0;
  padding: 0 0.3rem;
  margin-bottom: 0.2rem;
}
.foot-1 a{
  margin-right:0;
  color:#c0d1ec;
  width:33%;
}
.foot-3{text-align:center;}

/*政务公开*/
.index-link2.zhongdian a{width:2.24rem;}
.index-link2.zhongdian a.mr0{margin-right: 0 !important;}

/*网络问政*/
.zwgk .index-con-1, .zwgk .index-con-2{width:calc(100% - 0.4rem) !important;}

.jgfk{
  flex:1;
  float: none !important;
  line-height: 0.96rem !important;
  display: block;
  text-align: right;
}
.jgfk img{
  width:1rem;
}
.container.advise.wlwz{
  margin-top:0.2rem;
}
.jubao .index-link a{width:33% !important;margin-right:0 !important;}


/*=============新栏目==============*/
.columns-link {
  margin:10px 0;
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #c2cfe3;
}
.column-list .tab-tit2{
  display: block;
}
.columns-link.tab-tit2 a {
  margin-right: 15px;
  display:inline-block;
}
.columns-link.tab-tit2 a.on {
  border-bottom:0;
}
.columns-link.tab-tit2 a:hover,.columns-link.tab-tit2 a.on {
  color:#0d8ee9;
  font-weight: bold;
}
.columns-wrap {
  overflow: hidden;
  float: none;
  width: auto;
  height: auto;
}
#columnShow {
  float: right;
  padding-top: 7px;
  padding-right: 15px;
}
#columnShow:hover{cursor:pointer;}

.older_type #older *{ font-size:36px !important; height:auto;}

.older_type #laonian-wap{ display:none;}
.older_type .head{ padding:50px 0;}
.older_type #login3 .oldLogin2{ left:-50px !important;}
.older_type .top{ margin:0; padding:0 .2rem; display:block;}
.older_type .top a,#login3{ font-size: .29rem; height:.8rem !important; line-height: .8rem !important; margin-right: 0; display: inline-block; border-right:none; flex:none !important; padding:0 .3rem; border-right:none !important;}
.older_type #login3 .loginBtns3{ line-height: .8rem;}
.older_type #login3 .loginBtns3 a{ height:.5rem !important; line-height: .5rem !important;}
.older_type .nav{ width:100% !important; max-width:100%;}
.older_type .search-icon img{ height:50px !important;}
.older_type .head-search input{ height:90px !important; text-indent:110px;}
.older_type .search-btn{ width:150px; height:90px !important; line-height:90px;}
.older_type .search-btn:hover{ color:#fff;}
#laonianolder { display: inline-block !important; height:.6rem !important; line-height: .6rem !important; margin:10px 0 0; background: #f28e00; border-radius: 10px; color:#fff;}

.older_type #older .headlines-title a{font-size:55px !important;}
.older_type #older.index-pic,.older_type #older .index-pic2{ padding:0;}
.older_type #older .tab-tit ul li{ float:left;}
.older_type #older .tab-tit a{ font-size:40px;}

.older_type #older .more_btn{ font-size:36px; display: block; padding:35px 0; text-align: center;}

.older_type .index-con-part4,.older_type .index-con-part5{ margin:0 0 30px;}
.older_type .index-con-part6 table{ table-layout:fixed;}
.older_type .tab-con .index-link{ padding:10px 0 0;}
.older_type .container-zwgk-img{ margin:15px 0 50px; overflow:hidden;}
.older_type .container-zwgk-img-item{ float:left; width:49%; margin:0 2% 0 0;}
.older_type .container-zwgk-img-item:nth-of-type(2n){ margin:0;}
.older_type .container-zwgk-img-item img{ width:100%; height:100px !important;}
.older_type .wz_ul{margin-top:0px;padding:30px 0 0;}
.older_type .wz_ul>div>div>li{width:117px;height:178px !important; padding:0 7px;float:left;margin-top:0px}
.older_type .wz_ul>div>div>li a{display:inline-block;padding-top:90px;width:100%;height:100% !important; background-color:#efefef}
.older_type .wz_ul>div>div>li a p{margin-top:5px;text-align:center}
.older_type .tspt_r{width:100%; margin-top:11px}
.older_type .wyzx{background:url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1825/site/images/39280/wyzx.png) no-repeat center 21px}
.older_type .wyts{background:url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1825/site/images/39280/wyts.png) no-repeat center 21px}
.older_type .wyjb{background:url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1825/site/images/39280/wyjb.png) no-repeat center 21px}
.older_type .ldxx{background:url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1825/site/images/39280/ldxx.png) no-repeat center 21px}
.older_type .wyjy{background:url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1825/site/images/39280/wyjy.png) no-repeat center 21px}
.older_type .cxpj{background:url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1825/site/images/39280/cxpj.png) no-repeat center 21px}
.older_type .xjtj{background:url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1825/site/images/39280/xjtj.png) no-repeat center 21px}
.older_type .xjgk{background:url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1825/site/images/39280/xjgk.png) no-repeat center 21px}

.older_type .wz_01{background:url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2647/site/picture/0/2408201735137464657.png) no-repeat center 15px; background-size:85px;}
.older_type .wz_02{background:url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2647/site/picture/0/2408201735138406457.png) no-repeat center 15px; background-size:85px;}
.older_type .wz_03{background:url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2647/site/picture/0/2408201735138833063.png) no-repeat center 15px; background-size:85px;}
.older_type .wz_04{background:url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2647/site/picture/0/2408201735139315736.png) no-repeat center 15px; background-size:85px;}
.older_type .wz_05{background:url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2647/site/picture/0/2408201735139761116.png) no-repeat center 15px; background-size:85px;}
.older_type .wz_06{background:url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2647/site/picture/0/2408201735140223621.png) no-repeat center 15px; background-size:85px;}
.older_type .wz_07{background:url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2647/site/picture/0/2503240952201357476.png) no-repeat center 15px; background-size:85px;}
.older_type .wz_08{background:url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2647/site/picture/0/2503241002561577678.png) no-repeat center 15px; background-size:85px;}

.older_type .slick-dots { margin: 0; padding: 0; list-style: none; width: auto; text-align: center; margin-top: 10px;}
.older_type .slick-dots li { display: inline-block !important; float:none; width: 25px; height: 25px !important; background:#ddd; margin-right:15px; cursor:pointer; text-indent:-9999px;}
.older_type .slick-dots li:last-child { margin-right: 0;}
.older_type .slick-dots li.slick-active { background: #0d8ee9;}

.older_type .content_bottom{ width:100%; overflow:hidden;}
.older_type .zwfw-wap{width:100%;}
.older_type .gg_tit{width:100%; border-bottom: 0.01rem solid #c2cfe3;} 
.older_type .gg_tit a{ height:96px !important; line-height:96px; font-size:36px; font-weight:bold; color:#0d8ee9; display:inline-block;}
.older_type .gg_tit a.on{border-bottom: 0.03rem solid #0d8ee9;}
.older_type .zwfw_ul_wap{margin-top:30px; overflow:hidden;}
.older_type .zwfw_ul_wap li{float:left;width:350px;height:auto;border:1px solid #e3e3e3;margin-left:30px}
.older_type .zwfw_ul_wap li:first-child{ width:350px; margin-left:0}
.older_type .zwfw_tit{font-size:36px;font-weight:bold;color:#333333;margin:0 0 0 30px}
.older_type .grfw{width:100%;height:auto;margin:10px 0 0 30px;}
.older_type .grfw_li{position:relative}
.older_type .grfw_li img{width:90px;height:auto;position:absolute;right:20px;bottom:20px}
.older_type .bgs1{padding:20px 0;background-color:#dbe7f8}
.older_type .bgs2{padding:20px 0;background-color:#f8ebdb}
.older_type .bgs3{padding:20px 0;background-color:#f8f8db}
.older_type .grfw a{ width:86%; display:block;margin-bottom:2px;font-size:36px; line-height:60px; color:#666666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.older_type .grfw a:hover{color:#0d8ee9}
.older_type .more_btnold{width:180px;height:60px !important;margin:30px 0 30px 19px}
.older_type .more_btnold a{display:inline-block;width:100%;height:60px !important; line-height:60px; border-radius:90px;background-color:#299CFF;color:#fff;font-size:36px;text-align:center}
.older_type .msssyzt{width:100% !important;margin-left:0px !important;height:287px !important;margin-top:28px; overflow:hidden;}
.older_type .msssyzt .grfw{width:75% !important;margin:10px 0;}
.older_type .msssyzt a{padding:0 30px;float:left;width:auto; position:relative;}
.older_type .msssyzt a:before{content:'';height:32px;width:2px;display:block;background:#666;position:absolute;top:15px;right:0}
.older_type .bgs4{padding-top:20px;height:287px !important;background:url(msssyzt.jpg) no-repeat 80% center; background-size:cover;}

.older_type .fa5-wap{ background:#f2f5f8; margin:30px 0 0; padding:50px 0 30px;}
.older_type .fa5-wap .fa5-part1{ text-align:center;}
.older_type .fa5-wap .fa5-part1 ul{ overflow:hidden;}
.older_type .fa5-wap .fa5-part1 ul li{ float:left; width:33.333%;}
.older_type .fa5-wap .fa5-part1 a{ height:100%; text-align:center; display:inline-block; margin-bottom:40px;}
.older_type .fa5-wap .pic1{width:76px; line-height:38px; height:114px; padding-top:76px; color:#474747; font-size:36px; text-align:center; background-repeat:no-repeat; background-position:0 0;margin:0 auto;}
.older_type .fa5-wap .pic1:hover{background-position:-76px 0px;color:#0d8ee9;}

.older_type .yqlj{padding:30px;background:#e2eaf2; margin:30px 0 0;}
.older_type .yqlj_box{display:flex;justify-content:space-between;flex-wrap:wrap}
.older_type .yqlj_box>select{width:48%;height:80px !important;font-size:36px;line-height:80px;margin:30px 0 0;border:1px solid #ccc;padding-left:30px;background:white}

#older ul li,#older .govpushinfo1502031 li{ display:block;}
#older .govpushinfo1502031 li a{ height:auto;}
.older_type #older .index-con .news-list a{ float:left; width:75%; padding:0; overflow:hidden; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.older_type #older .news-item > a:before{ background:none;}
.older_type #older .index-con .news-list span{ float:right; width:25%; text-align:right;}
.older_type #older .index-con .news-item{ margin:0;}

.older_type #older .govpushinfo1502031 li ,#older .govpushinfo150203 li{ padding:0;}
.older_type #older .govpushinfo1502031 li a,#older .govpushinfo150203 a,#older .news-item > a{ width:75% !important; float:left; padding:0; line-height:2; overflow:hidden; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.older_type #older .govpushinfo1502031 li span,#older .govpushinfo150203 li span{ color:#b3b3b3; float:right; width:25%; text-align:right; line-height:2;}

.top-news{ width:100%; max-width:1100px; padding:.36rem; margin:.36rem auto 0; border-bottom: .11rem solid #0d8ee9; overflow:hidden;}
.top-news .news-first{ float:left; width:15%; height:1.51rem; line-height: .6rem; padding: .28rem 0; margin:.3rem 0 0; font-size: .36rem; background:url(topicon.png) no-repeat top center; background-size:contain; text-align:center; color:#fff;}
.top-news .news-second{ float:left; width:82%; margin-left:3%;}
.top-news .news-second ul li{ line-height:.6rem;}
.top-news .news-second ul li a:before{ height:.1rem;width:.1rem; top:.28rem;left:0; content:'';display:block;background:#0d8ee9;position:absolute;}
.top-news .news-second ul li a{ color:#0d8ee9; padding:0 0 0 .36rem; position:relative; font-size:.3rem; line-height:.6rem; display:block; overflow:hidden; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.top-news .news-second a{ color:#0d8ee9; font-size:.29rem; line-height:.6rem;}
.older_type .top-news{ max-width:1160px;}

 /* 首页banner轮播图右侧边距的解决 */
.older_type #older .swiper-slide {
  margin-right: 0;
}
.older_type #older .swiper-container2 .swiper-wrapper{ height:150px; position:relative;}
.older_type #older .swiper-container2 .swiper-wrapper img{ height:150px;}
.older_type #older .sc_left_btn{width:50px;height:50px;position:absolute;top:55px;left:30px;z-index:999;cursor:pointer;background:url(pre_arrow.png) top no-repeat; background-size:100%;}
.older_type #older .sc_left_btn:hover{background:url(pre_arrow_act.png) top no-repeat; background-size:100%;}
.older_type #older .sc_right_btn{width:50px;height:50px;position:absolute;top:55px;right:30px;z-index:999;cursor:pointer;background:url(next_arrow.png) top no-repeat; background-size:100%;}
.older_type #older .sc_right_btn:hover{background:url(next_arrow_act.png) top no-repeat; background-size:100%;}

.older_type #older .index-tit {
  background: url(older-bg2.png) repeat-x center;
  text-align: center;
  margin: 0.35rem 0.2rem 0;
}
.older_type #older .foot a img{
  height: 36px !important;
  margin-right: 0.1rem;
}
.older_type #older .foot-3 a img{
   height: 0.6rem !important;
}

.older_type #older .index-link2 a {
  width: 32%;
  padding: 0.18rem 0;
  margin-bottom: 2%;
  margin-right: 2%;
  line-height: inherit;
}
.index-link2 a:nth-child(2), .index-link2 a:nth-child(4), .index-link2 a:nth-child(6) {
  margin-right: 2%!important;
}
.older_type #older .index-link2 a:nth-child(3n) {
margin-right: 0 !important;
}
.older_type #older .top a{
  line-height: 1.5;
}

.older_type #older .foot-3{
  margin-bottom: 0.4rem;
}

/* .older_type #olde .index-pic, .index-pic2{
  box-sizing: border-box;
} */

/*========文章============*/
#contentJs{display: none;}

.loginItems2{ width:230px !important; height:150px !important; background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2647/site/picture/0/s2207151807025722946.png) no-repeat 0 -1px !important; padding-top: 32px !important; background-size: cover !important;}

.older_type .nav{ padding:.1rem .36rem .88rem; position:relative;}
.older_type .m-search{ display:block; position: absolute;left:50%; transform:translate(-50%,0);bottom: -.3rem;width:1200px;box-shadow: 0px .1rem .1rem rgba(0, 0, 0, .1);border-radius: .1rem; background: url(searchbg.jpg) no-repeat #fff .3rem center;background-size: .58rem; }
.older_type #searchForm{width: 100%;margin-top: 0;height: 1.08rem !important;}
.older_type .m-search form .m-search-txt{float: right;width: 88%;outline: none;border: none;height: 1.08rem !important;border-radius:0 .1rem .1rem 0; font-size:.29rem;}
.older_type .m-search form .m-search-submit,.older_type .m-search form .m-label{float:left;width:12%;outline: none;border: none;height: .8rem !important;border-radius:.1rem 0 0 .1rem;font-size:.29rem; background:transparent;}

@media screen and (max-width: 767px) {
body{ background-color:#fff;}
#login3 .oldLogin2{ left:0 !important;}
.loginItems2{ width:130px !important; height:80px !important; padding-top:20px !important;}
.top{ margin:0; padding:0 .2rem; display:block;}
.top a,#login3{ font-size: .29rem; line-height: .8rem; margin-right: 0; display: inline-block; border-right:none; flex:none !important; padding:0 .3rem 0 0;}
#login3 .loginBtns3{ line-height: .8rem;}
.top-wza{ display:none !important;}
#laonian{ display:none !important;}
#laonian-wap{ height:.54rem; line-height:.54rem; text-align:center; background:#ec940a; color:#fff; padding:0 .2rem; float:left; margin:.11rem .3rem 0 0; border-radius:.08rem; display:block;}
#login3{ border-right:none !important;}
}

/* 手机老年版按钮 */
@media screen and (max-width:767px){

.head > img{ width:80%;}
.nav > .container{width:100%}
.nav > .container ul{overflow:hidden}
.nav > .container ul li{float:left;width:33.333%;height:.88rem}
.nav > .container ul li a{line-height:.88rem;font-size:.32rem;width:100%;height:100%;color:#fff;text-align:center;display:inline-block;font-weight:bold}

.wapcontent{background:#fff;margin:0;margin-bottom:0;width:100%; padding:0.2rem;}
.headlines{width:100%; background:#f7f9fb; padding:.36rem;}
.headlines-title{width:100%;display:inline-block; text-align:center;}
.headlines-title a{font-size:.32rem !important;color: #c5282b; font-weight:bold;}
#banner{position:relative;width:100%; height:4rem;overflow:hidden}
.banner-box{display:inline-block !important;width:100%;height:4rem;position:relative;overflow:hidden}
.banner-item{width:100%;height:4rem !important;position:relative}
.banner-item a{width:100%;height:100%;display:block}
.banner_info{width:100%;position:absolute;bottom:0;left:0;height:.68rem;line-height:.68rem;color:#fff;z-index:1001;cursor:pointer;font-size:.3rem;padding:0 1.6rem 0 .2rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;background:rgba(0,0,0,0.6)}
.banner-box .slick-dots{display:block !important;width:auto;position:absolute;right:.32rem;bottom:.23rem; margin:0;}
.banner-box .slick-dots li{width:.2rem;height:.2rem !important;line-height:.2rem;margin:0 0 0 .1rem;float:left;display:block;cursor:pointer;text-align:center;background:#ccc;color:#fff;font-size:36px;border-radius:0; text-indent:-9999px;}
.banner-box .slick-dots .slick-active{background:#0d8ee9}

.swiper-container2 .swiper-wrapper{ height:70px; position:relative;}
.swiper-container2 .swiper-wrapper img{ height:70px;}
.sc_left_btn{width:.68rem;height:.68rem;position:absolute;top:.3rem;left:.3rem;z-index:999;cursor:pointer;background:url(28.png) top no-repeat; background-size:cover;}
.sc_right_btn{width:.68rem;height:.68rem;position:absolute;top:.3rem;right:.3rem;z-index:999;cursor:pointer;background:url(27.png) top no-repeat;background-size:cover;}
.more_btn{display:block;text-align:center;width:35%; line-height:.68rem;font-size:.3rem;color:white;background:#0d8ee9;border-radius:5vw;margin:3vw auto}
.more_btn:hover{ color:#fff;}
.index-pic2{ padding:0;}
.index-clear{ height:0;}
.container-zwgk-img-item img{ width:100%;}

.nav{ padding:.1rem .36rem .6rem; position:relative;}
.m-search{ display:block; position: absolute;bottom: -.3rem;width: 90%;box-shadow: 0px .1rem .1rem rgba(0, 0, 0, .1);border-radius: .1rem; background: url(searchbg.jpg) no-repeat #fff .3rem center;background-size: .58rem; }
#searchForm{width: 100%;margin-top: 0;height: .8rem;}
.m-search form .m-search-txt{float: right;width: 82%;outline: none;border: none;height: .8rem;border-radius:0 .1rem .1rem 0; font-size:.29rem;}
.m-search form .m-search-submit,.m-search form .m-label{float:left;width:18%;outline: none;border: none;height: .8rem;border-radius:.1rem 0 0 .1rem;font-size:.29rem; background:transparent;}

#laonianolder { display: none !important; background: none;}
.tab-tit ul, .tab-tit2 ul{ width: 100%; display: flex; align-items: center; flex-wrap: wrap; white-space: nowrap;}
.tab-tit ul li{ white-space:nowrap}
.tab-tit ul li:last-child a{ margin-right:0;}
.news-item > span, .news-item .state{ font-size:.3rem;}
.index-link a{ font-size:.3rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.wz_ul{margin-top:0px;padding:.36rem 0 0;}
.wz_ul>div>div>li{width:117px;height:auto !important; padding:0 7px;float:left;margin-top:0px}
.wz_ul>div>div>li a{display:inline-block;padding-top:70px;padding-bottom:10px;width:100%;height:100% !important; background-color:#efefef}
.wz_ul>div>div>li a p{margin-top:5px;text-align:center}
.tspt_r{width:100%; margin-top:11px}
.wyzx{background:url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1825/site/images/39280/wyzx.png) no-repeat center 21px}
.wyts{background:url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1825/site/images/39280/wyts.png) no-repeat center 21px}
.wyjb{background:url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1825/site/images/39280/wyjb.png) no-repeat center 21px}
.ldxx{background:url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1825/site/images/39280/ldxx.png) no-repeat center 21px}
.wyjy{background:url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1825/site/images/39280/wyjy.png) no-repeat center 21px}
.cxpj{background:url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1825/site/images/39280/cxpj.png) no-repeat center 21px}
.xjtj{background:url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1825/site/images/39280/xjtj.png) no-repeat center 21px}
.xjgk{background:url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1825/site/images/39280/xjgk.png) no-repeat center 21px}

.wz_01{background:url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2647/site/picture/0/2408201735137464657.png) no-repeat center .3rem; background-size:1rem;}
.wz_02{background:url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2647/site/picture/0/2408201735138406457.png) no-repeat center .3rem; background-size:1rem;}
.wz_03{background:url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2647/site/picture/0/2408201735138833063.png) no-repeat center .3rem; background-size:1rem;}
.wz_04{background:url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2647/site/picture/0/2408201735139315736.png) no-repeat center .3rem; background-size:1rem;}
.wz_05{background:url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2647/site/picture/0/2408201735139761116.png) no-repeat center .3rem; background-size:1rem;}
.wz_06{background:url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2647/site/picture/0/2408201735140223621.png) no-repeat center .3rem; background-size:1rem;}
.wz_07{background:url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2647/site/picture/0/2503240952201357476.png) no-repeat center .3rem; background-size:1rem;}
.wz_08{background:url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2647/site/picture/0/2503241002561577678.png) no-repeat center .3rem; background-size:1rem;}

.slick-dots { margin: 0; padding: 0; list-style: none; width: 100%; text-align: center; margin-top: 10px;}
.slick-dots li { display: inline-block !important; float:none; width: .26rem; height: .26rem !important; background:#ddd; border-radius: 50%; margin-right:.2rem; cursor:pointer;}
.slick-dots li:last-child { margin-right: 0;}
.slick-dots li.slick-active { background: #0d8ee9;}

.index-con-part6 table{ table-layout:fixed;}
.content_bottom{ width:100%; overflow:hidden;}
.zwfw{width:100%;}
.gg_tit{width:100%; border-bottom: 0.01rem solid #c2cfe3;} 
.gg_tit a{ height:.96rem !important; line-height:.96rem; font-size:.34rem; font-weight:bold; color:#0d8ee9; display:inline-block;}
.gg_tit a.on{border-bottom: 0.03rem solid #0d8ee9;}
.zwfw_ul_wap{margin-top:.36rem; overflow:hidden;}
.zwfw_ul_wap li{ width:100%;height:auto;}
.zwfw_tit{font-size:.3rem;font-weight:bold;color:#333333;margin:0 0 0 .36rem}
.grfw{width:100%;height:auto;margin:.2rem 0 0 .36rem;}
.grfw_li{position:relative; margin-bottom:.36rem;}
.grfw_li img{ display:none;}
.bgs1{padding:20px 0;background: url(24.png) no-repeat center; background-size: cover; background-position: bottom right;}
.bgs2{padding:20px 0;background: url(26.png) no-repeat center; background-size: cover; background-position: bottom right;}
.bgs3{padding:20px 0;background: url(25.png) no-repeat center; background-size: cover; background-position: bottom right;}
.grfw a{ width:86%; display:block;font-size:.3rem; line-height:.58rem; color:#666666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.grfw a:hover{color:#0d8ee9}
.more_btnold{width:1.8rem;height:auto !important;margin:.36rem 0 0 .36rem;}
.more_btnold a{display:inline-block;width:100%;height:auto !important; line-height:.58rem; border-radius:.36rem;background-color:#299CFF;color:#fff;font-size:.3rem;text-align:center}
.msssyzt{width:100% !important;margin-left:0px !important;height:4.2rem !important; overflow:hidden;}
.msssyzt .grfw{width:55% !important;margin:.2rem 0; overflow:hidden;}
.msssyzt a{padding:0 0 0 .36rem;float:left;width:50%; position:relative;}
.bgs4{padding-top:.36rem;height:4.2rem !important;background:url(msssyzt-wap.jpg) no-repeat; background-size:cover; background-position: bottom right;}
.UseInMobile .msssyzt{ height:auto !important;}
.UseInMobile .msssyzt .grfw{width:75% !important;}
.UseInMobile .bgs4{ height:auto !important;}

.fa5-wap{ background:#f2f5f8; padding:.36rem 0 .06rem;}
.fa5-wap .fa5-part1{ text-align:center;}
.fa5-wap .fa5-part1 ul{ overflow:hidden;}
.fa5-wap .fa5-part1 ul li{ float:left; width:33.333%;}
.fa5-wap .fa5-part1 a{ height:100%; text-align:center; display:inline-block; margin-bottom:.3rem;}
.fa5-wap .pic1{width:1.39rem; line-height:.39rem; height:1.38rem; color:#474747; font-size:.3rem; text-align:center; background-repeat:no-repeat; background-position:0 0; margin:0 auto; background-size:2.78rem;}
.fa5-wap .pic1:hover{background-position:-1.39rem 0px;color:#0d8ee9;}

.yqlj{ margin:.36rem 0 0;}
.yqlj_box{display:flex;justify-content:space-between;flex-wrap:wrap}
.yqlj_box>select{width:48%;height:.78rem !important;font-size:.3rem;line-height:.78rem;margin:.36rem 0 0;border:1px solid #ccc;padding-left:.36rem;background:white}

}